Direct Memory Access - translation to spanish
DICLIB.COM
AI-based language tools
Enter a word or phrase in any language 👆
Language:     

Translation and analysis of words by artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

Direct Memory Access - translation to spanish

FEATURE OF COMPUTER SYSTEMS
Direct Memory Access; DMA controller; DMA engine; DMA channel; Intel Data Direct I/O; Intel DDIO; Data Direct I/O; DDIO; DMA transfer; Third-party DMA; Linked Direct Memory Access; Linked direct memory access; Linked DMA; Programmable DMA controller; Multiplexed DMA; Multiplexed direct memory access; DMA request; DRQ (DMA); DRQ (direct memory access); Burst mode DMA; Burst mode direct memory access; DMA burst; Direct memory access burst; Cycle steal DMA; Cycle steal direct memory access; Cycle stealing DMA; Cycle stealing direct memory access; Interleaved DMA; Interleaved direct memory access
  • Cache incoherence due to DMA
  • integrated circuits]] below the middle of the image are the DMA controller (l.) and - unusual - an extra dedicated DMA controller (r.) for the [[magneto-optical disc]] used instead of a [[hard disk drive]] in the first series of this computer model.

Direct Memory Access         
Acceso directo a la memoria, Onda de comunicación entre la memoria y los mecanismos en la circunferencia, DMA
DMA channel         
Canal de relación directa a la memoria, Canal de comunicación entre la memoria y los mecanismos en la circunferencia
Ultra Direct Memory Access         
SET OF STANDARDS FOR DIRECT MEMORY ACCESS (DMA) DATA TRANSFER
UltraDMA; Ultra DMA; Ultra-DMA; Ultra DMA 33; Ultra ATA/33; Ultra ATA/66; Ultra ATA/100; Ultra ATA/133; UltraDMA33; UDMA66; UDMA100; UDMA133; Ultra Direct Memory Access
Acceso ultra directo para la memoria del ordenador, protocolo para el traspaso de datos a una rápida velocidad sin pasar por la unidad central de UPC, UDAM (siglas en Inglés)

Definition

RAM
RAM (sigla del ingl. "random access memory") f. Inform. Memoria RAM.

Wikipedia

Direct memory access

Direct memory access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU).

Without DMA, when the CPU is using programmed input/output, it is typically fully occupied for the entire duration of the read or write operation, and is thus unavailable to perform other work. With DMA, the CPU first initiates the transfer, then it does other operations while the transfer is in progress, and it finally receives an interrupt from the DMA controller (DMAC) when the operation is done. This feature is useful at any time that the CPU cannot keep up with the rate of data transfer, or when the CPU needs to perform work while waiting for a relatively slow I/O data transfer. Many hardware systems use DMA, including disk drive controllers, graphics cards, network cards and sound cards. DMA is also used for intra-chip data transfer in multi-core processors. Computers that have DMA channels can transfer data to and from devices with much less CPU overhead than computers without DMA channels. Similarly, a processing circuitry inside a multi-core processor can transfer data to and from its local memory without occupying its processor time, allowing computation and data transfer to proceed in parallel.

DMA can also be used for "memory to memory" copying or moving of data within memory. DMA can offload expensive memory operations, such as large copies or scatter-gather operations, from the CPU to a dedicated DMA engine. An implementation example is the I/O Acceleration Technology. DMA is of interest in network-on-chip and in-memory computing architectures.